@charset "utf-8";
/* CSS Document */

/*-----------CSS Reset-----------*/
.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}
::selection {
	color:#fff;
    background-color: #36aaf4;
}

::-moz-selection {
	color:#fff;
    background-color: #36aaf4;
}

::-webkit-selection {
	color:#fff;
    background-color: #36aaf4;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #666;
    margin: 0;
    line-height: 1.5;
	background:#f4f5f5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;

}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.clear::after{
    content: '';
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
    display: block;
}
.left_float{
    float: left;
}
.right_float{
    float: right;
}
.margintb10{
    margin: 10px 0;
}
/*  */
.active{
    /*background-color: #da0909 !important;*/
}
/*  */
.dashed{
    border-top:1px dashed #eee ;
    height: 1px;
}
.dashed_s{
    border-left:1px dashed #eee ;
}
/* page */
#page {
    text-align: center;
    margin-top: 15px;
}
/* combox1 */
.combox1 {
    height: 220px;
    width: 262px;
    border:1px solid #eee;
}
.combox1 .combox1_top{
    background-image: url(../images/iik9.jpg);
    height: 42px;
    line-height: 42px;
}
.combox1 .combox1t_left{
  height: 36px;
}
.combox1 .combox1t_left img{
    width: 30px;
    height: 30px;
    margin: 0 8px;
    margin-top: 8px;

} 
.combox1_bottom{
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    width: 262px;
    height: 180px;
}
.combox1bc_input{
   width: 240px;
   margin: 0 auto;
   padding-top: 42px;
   position: relative;
   color: #000;
}
.combox1bc_input input::-webkit-input-placeholder {
    color: #000;     /* placeholder颜色  */
}

.combox1bc_input label{
    text-indent: 3px;
    width: 95px;
    display:block;
    margin-bottom: 3px;
}
.combox1bc_input input{
    height: 30px;
    width: 204px;
    border: 1px solid #eee;
    border-left: none;
    margin-left: 32px;
    text-indent: 2px;
}
.combox1_bottom .combox1bc_input:nth-child(1) label::before{
    position:absolute;
    content: '';
    display: block;
    height: 30px;
    width: 32px;
    background-image: url(../images/zuzhi.png);
    background-color: #fff;
    bottom:0px;
    left:0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position:center center;
    border: 1px solid #eee;
    border-right: none;
}
/* .combox1_bottom .combox1bc_input:nth-child(2) label::before{
    background-color: #fff;
    position:absolute;
    content: '';
    display: block;
    height: 30px;
    width: 32px;
    background-image: url(../images/zshu.png);
    bottom:0px;
    left:0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position:center center;
    border: 1px solid #eee;
    border-right: none;
} */
.combox1bc_search input{
    border: 1px solid #eee;
    text-indent: 8px;
}
.combox1bc_search{
    margin-top: 8px;
}
.combox1bc_search input{
    float: left;
    width: 80px;
    height: 30px;
    border: 1px solid #eee;
    margin-left: 10px;
}
.combox1bc_search div img{
    float: left;
    width: 70px;
    height: 30px;
    margin: 0 14px;
}
.combox1bc_search .button1{
    float: left;
    width: 90px;
    height: 30px;
    border: 1px solid #36aaf4;
    background-color: #36aaf4;
    color: #fff;
    cursor: pointer;
    margin-left: 80px;
}
/* 2 */
.combox2 {
    width: 262px;
    border:1px solid #eee;
}
.combox2 .combox2_top{
    background-image: url(../images/iik9.jpg);
  
    height: 42px;
    line-height: 42px;
}
.combox2 .combox2t_left{
    height: 30px;
}
.combox2 .combox2t_left img{
    width: 26px;
    height: 26px;
    margin: 0 8px;
    margin-top: 8px;
} 
.combox2 .combox2_bottom ul {
  height: 565px;
  overflow: auto;
}
.combox2 .combox2_bottom li{
    color: rgba(0,0,0,1);
    margin: 5px;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/ahp8.jpg);
    text-indent: 20px;
    overflow: hidden;
    background-size:255px ;
}
/* 3 */

.combox3 {
    height: 186px;
    width: 262px;
    border:1px solid #eee;
}
.combox3 .combox3_top{
    background-image: url(../images/iik9.jpg);
    height: 42px;
    line-height: 42px;
}
.combox3 .combox3t_left{
    height: 30px;
}
.combox3 .combox3t_left img{
    width: 26px;
    height: 26px;
    margin: 0 8px;
    margin-top: 8px;
} 
.combox3 .combox3_bottom li{
    margin: 5px;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/ahp8.jpg);
    text-indent: 12px;
    overflow: hidden;

} 
.combox3 .combox3_bottom dl{
    margin: 18px;
    width: 60px;
    height: 60px;
}
.combox3 .combox3_bottom dt{
    height: 42px;
}
.combox3 .combox3_bottom dd{
    color: rgba(15,81,179,1);
    font-size: 14px;
    font-weight: normal;
}
/* 4 */
.combox4{
    width: 262px;
    height: 236px;
    border: 1px solid #eee;
    margin-right: 11px;
}
.combox4_m{
    margin-right:0 ;
}
 .combox4_title{
    height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom:20px ;
}
 .combox4t_left{
    width: 126px;
    line-height: 40px;
    height: 46px;
    text-align: center;
    float: left;
    background-image:url(../images/article_title.png) ;
    font-size: 14px;
    font-weight: bold;
    color: #fff;

}
 .combox4t_right{
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: red;
    margin-top:10px ;
    margin-right: 15px;
}
 .combox4c_box img{
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 10px;
}
 .combox4c_box>div{
    width: 230px;
    height: 25px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.combox4c_box>div a:hover{
    color:rgba(15,81,179,1);
    text-decoration: underline;
}
/* 5 */


.combox5 {
    height: 210px;
    width: 262px;
    border:1px solid #eee;
}
.combox5 .combox5_top{
    /* background-image: url(../images/iik9.jpg); */
    height: 42px;
    line-height: 42px;
    border-bottom:1px solid #eee ;
}
.combox5 .combox5t_left{
    height: 30px;
}
.combox5 .combox5t_left img{
    width: 26px;
    height: 26px;
    margin: 0 8px;
    margin-top: 8px;
} 
.combox5 .combox5_bottom{
    width: 200px;
    margin-left: 54px;
    position: relative;
}
.combox5 .combox5_bottom li{
    margin: 5px;
    height: 30px;
    line-height: 30px;
    background-image: url(../images/ahp8.jpg);
    text-indent: 12px;
    overflow: hidden;

} 
.combox5 .combox5_bottom dl{
    width: 90px;
    height: 70px;
    float: left;
    margin-top: 10px;
}
.combox5 .combox5_bottom dt{
    height: 42px;
}
.combox5 .combox5_bottom dd{
    color: rgba(15,81,179,1);
    font-size: 14px;
    font-weight: normal;
}
.combox5 .combox5tr_h{
    position: absolute;
    top:81px;
    width: 200px;
    right: 25px;
}
.combox5 .combox5tr_s{
    position: absolute;
    top:14px;
    height: 136px;
    right: 125px;
}

/* 6 */
.combox6{
    width: 700px;
    height: 854px;
    border: 1px solid #eee;
   
}

.combox6 .combox6_title{
    height: 60px;
    width: 700px;
    background-image: url(../images/veb2.jpg);
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #1358bf;
    font-weight: bold;
}
.combox6 .combox6c_title{
  background-color: #fafafa;
  height: 48px;
  line-height: 48px;
}
.combox6 .combox6c_title ul{
    width: 600px;
    margin: 0 auto;
}
.combox6 .combox6c_title li{
    float: left;
    margin-left: 10px;
}
.combox6 .combox6c_title li img{
    width: 24px;
    height: 24px;
    vertical-align:middle;
}
.combox6 .combox6_content{
    height: 780px;
    overflow: auto;
}
.combox6 .combox6_content img{
    width: 400px;
}
.combox6 .combox6c_content>ul li{
    line-height: 36px;
    font-weight: 600;
}
.combox6 .combox6c_content>ul li span{
    line-height: 36px;
    font-weight: 500;
}
.combox6 .combox6c_content{
    margin: 20px 6px;
    text-indent:16px ;
    overflow: auto;
    height: 740px;
}
.combox6 .combox6c_content img{
   width: 500px;
}
/* 7 */
.combox7{
    width: 700px;
    height: 854px;
    border: 1px solid #eee;
    overflow: auto;
}

 .combox7_title{
    height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom:20px ;
    background-image:url(../images/1_m0rf_byx8.png) ;
}
 .combox7t_left{
    width: 126px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    float: left;
    color: rgba(15,81,179,1);
    font-size: 16px;
}
 .combox7t_right{
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: red;
    margin-top:10px ;
    margin-right: 15px;
}
.combox7c_box{
    margin: 15px 0;
}
 .combox7c_box img{
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 10px;
}
.combox7c_box .combox7cb_left{
    width: 590px;
}
.combox7c_box .combox7cb_left>div{
    width: 90%;
    height: 25px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.combox7c_box .combox7cb_left>div a:hover{
    color:rgba(15,81,179,1);
    text-decoration: underline;
}
/* 8 */
.combox8{
    width: 980px;
    border: 1px solid #eee;
    border-bottom:0;
}

.combox8_title{
    height: 40px;
    line-height: 40px;
    background-image:url(../images/1_m0rf_byx8.png) ;
    color: rgba(15,81,179,1);
    text-align: center;
}
.combox8_content li {
    float: left;
    height: 36px;
    border-right:1px solid #eee ;
    border-bottom:1px solid #eee;
    text-align: center;
    line-height: 36px;
}
.combox8_content ul li:nth-child(1) {
    width: 168px;
}
.combox8_content ul li:nth-child(2) {
    width: 320px;
}
.combox8_content ul li:nth-child(3) {
    width: 128px;
}
.combox8_content ul li:nth-child(4) {
    width: 360px;
}
.combox8_content ul:nth-child(4) li:nth-child(1) {
    width:168px;

}
.combox8_content ul:nth-child(4) li:nth-child(2) {
    width:810px;
}
.combox8_content ul:nth-child(5) li:nth-child(1) {
    width:168px;

}
.combox8_content ul:nth-child(5) li:nth-child(2) {
    width:810px;
}
.combox8_content ul:last-child li:nth-child(1) {
    width:168px;
    height: 789px;

}
.combox8_content ul:last-child li:nth-child(2) {
    text-indent: 12px;
    width:800px;
    height: 779px;
    overflow: auto;
    line-height: 20px;
    text-align: left;
    padding: 5px;
}




